home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-03-25 | 666 b | 62 lines | [TEXT/ttxt] |
- /*
- Star Field Simulation
- 2-23-2000
- version 1.0
- B. J. Dmytro
- Job5_20@yahoo.com
- Praise be to god, the creator of the heavens!
- Through which all things are created!
- I set it to hang around the upper range because more happens there.
- */
-
- Resn=30,
-
- Durn="1.0",
-
- CamX="90+sin(.01*t)*25",
- CamY="cos(t*.5)* 20-15",
- CamZ="sin(t)*5",
-
-
- CmLX="0",
- CmLY="0",
- CmLZ="0",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
- R="1",
- G="1",
- B="1",
-
-
- LvlR="1",
- LvlG="1",
- LvlB="1",
-
-
- // Window size and position
- widt=500,heig=100,
-
- ConL=0,ConB=0,
-
- LWdt="((1+(dt))^5-5)",
-
- Fall=".5",
-
- C0="40 * cos(dt)",
-
- X="dt * 200",
- Y="80 * s - 40",
- Z="c0 * mag( s ) - 12",
-
-
- Scal="1200",
- ScSz=1,
-
- Pers="110",
-
- Vers=30
-
-